name.synonym = ( )-(4S)-carvone; ( )-(S)-Carvone; ( )-carvone; (5S)-2-methyl-5-(1-methylethenyl)cyclohex-2-en-1-one; (S)-( )-Carvone; (S)-( )-p-Mentha-6,8-dien-2-one; (S)-( )-p-mentha-6,8-dien- 2-one; (S)-2-Methyl-5-(1-methylvinyl)cyclohex-2-en-1-one; (S)-2-methyl-5-(1- filter.purchasability = all page.num = 1
SELECT DISTINCT(ci.sub_id_fk) AS sub_id FROM catalog_item AS ci INNER JOIN catalog AS c ON ci.cat_id_fk=c.cat_id INNER JOIN synonym AS syn ON (ci.cat_id_fk=syn.cat_fk AND ci.supplier_code=syn.supplier_code) INNER JOIN field AS f ON syn.field_fk=f.field_id WHERE c.free = 1 AND syn.synonym IS NOT NULL AND syn.synonym LIKE '( )-(4S)-carvone; ( )-(S)-Carvone; ( )-carvone; (5S)-2-methyl-5-(1-methylethenyl)cyclohex-2-en-1-one; (S)-( )-Carvone; (S)-( )-p-Mentha-6,8-dien-2-one; (S)-( )-p-mentha-6,8-dien- 2-one; (S)-2-Methyl-5-(1-methylvinyl)cyclohex-2-en-1-one; (S)-2-methyl-5-(1-' AND f.ftype IN (3,7,11,12,14) AND ci.sub_id_fk IN (SELECT ci.sub_id_fk AS sub_id FROM catalog_item AS ci INNER JOIN catalog AS c ON ci.cat_id_fk=c.cat_id WHERE c.free = 1 ) LIMIT 50